projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c7da2
)
(handle-delete-frame): Use save-buffers-kill-emacs.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Feb 1996 00:08:58 +0000
(
00:08
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Feb 1996 00:08:58 +0000
(
00:08
+0000)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index d5a095246ddc1178282c3668f6522a0eaef3a3e2..29d8c76f5aa7170fa05ed511895d2cd0b2c0490a 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-118,7
+118,8
@@
These supersede the values given in `default-frame-alist'.")
(setq tail (cdr tail)))
(if (> i 0)
(delete-frame frame t)
- (kill-emacs))))
+ ;; Gildea@x.org says it is ok to ask questions before terminating.
+ (save-buffers-kill-emacs))))
\f
;;;; Arrangement of frames at startup